.info-toggle {
	border: 0;
	height: 28px;
	width: 28px;
	padding: 0;
	vertical-align: text-bottom;
	margin-left: 4px;
	background: #fff url("/mvk/jakarta.faces.resource/images/icons/info-blue.svg.xhtml");
	position: absolute;
}

.info-toggle--expanded {
	background: url("/mvk/jakarta.faces.resource/images/icons/info-active.svg.xhtml");
}

.info-toggle-content {
	display: none;
}
